home *** CD-ROM | disk | FTP | other *** search
/ The Scorpion King Cardz / The Scorpion King Cardz - Disc 3 - Balthazar.iso / pc / assets / goodbye.dxr / 00014_play.ls < prev    next >
Encoding:
Text File  |  2002-03-26  |  166 b   |  12 lines

  1. on exitFrame me
  2.   if sound(1).status = 2 then
  3.     go("play")
  4.   else
  5.     if the timer < 100 then
  6.       go(the frame)
  7.     else
  8.       go("play")
  9.     end if
  10.   end if
  11. end
  12.